home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 18 / Mac Magazin and MacEasy Magazine CD - Issue 18.iso / Online / oneclickers10b3 / Mark's OC-PPP 1.0b1 / MacPPP Control 1.4 / Open PPP < prev   
Text File  |  1994-03-07  |  310b  |  11 lines

  1. --
  2. --    This example script uses the MacPPP Control addition to open the PPP link.
  3. --    Running this script is identical to opening the MacPPP control panel and
  4. --    pressing the Open button.
  5. --
  6.  
  7. if not (PPPopened) then
  8.     openPPP
  9. else
  10.     display dialog "MacPPP is already open" buttons {"OK"} default button "OK"
  11. end if